feat(autoops_es): add ingest volume enrichment fields - #52226
Open
ilya-shevelyov wants to merge 3 commits into
Open
feat(autoops_es): add ingest volume enrichment fields#52226ilya-shevelyov wants to merge 3 commits into
ilya-shevelyov wants to merge 3 commits into
Conversation
Extends cat_shards and node_stats metricsets with bulk/dataset/dense-vector snapshot fields and ingest/bulk rate enrichers for resource-utilization insights. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🤖 GitHub commentsJust comment with:
|
Contributor
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
consulthys
reviewed
Jul 23, 2026
consulthys
left a comment
Contributor
There was a problem hiding this comment.
Great!!
Just a couple renames
ilya-shevelyov
force-pushed
the
51404-added-ingest-volume-enriched-fields
branch
from
July 23, 2026 14:50
a9b5d70 to
2024378
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ilya-shevelyov
force-pushed
the
51404-added-ingest-volume-enriched-fields
branch
from
July 23, 2026 15:06
2024378 to
d82ae6e
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #51404
Summary
Implements #51404 — extends the
autoops_es.cat_shardsandautoops_es.node_statsmetricsets with ingest/bulk snapshot fields and per-second rate enrichers for upcoming resource-utilization insights.Part A —
cat_shards→node_index_shardsbtsi,bto,dataset,dvccolumns to the_cat/shardsh=request (ES 8.0+)bulk_total_size_in_bytes,bulk_total_operations,total_data_set_size_in_bytes,dense_vector_countingest_docs_per_second,ingest_bytes_per_second,bulk_bytes_per_second,bulk_operations_per_secondPart B —
node_statsindices.bulkfrom_nodes/statsresponse (DictOptional— gracefully absent on ES 7.x):bulk_total_size_in_bytes,bulk_total_operationsindices.docs.count,indices.store.size_in_bytes, andindices.bulk.*Test plan
cat_shards/cache_test.go— 4 new rate enricher tests (no-cache, with-cache, no-change, new-node)cat_shards/index_shards_test.go— primary-only aggregation for new snapshot fieldscat_shards/data_test.go— nil rate assertions on replica-only nodecat_shardsfixture (8.15.3) updated with bulk/dataset/dense-vector columnsnode_stats/cache_test.go— new rate enrichers covered across all existing cache test scenariosnode_stats/data_test.go— snapshot field assertions from fixtures; nil/NotNil rate assertions per version (bulk rates nil on 7.x — noindices.bulkin that ES version)node_statsfixture (8.15.3,9.2.0) already containedindices.bulk;7.17.0left unchanged (field absent in that ES version)🤖 Generated with Claude Code